vcProductCreatorSingleMode
Configuration for single feed mode in vcProductCreator. Creates instances of a single product type at a given time interval until the limit is reached.
See in: Overview
Module: vcProcessModel
Parent: vcObject
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Interval | vcDistributionProperty | R | Time to wait in seconds between creating products. Returns: vcDistributionProperty: The Real-valued distribution property. |
| Limit | Integer | RW | Gets or sets the number of products to create.See moreParameters: limit (Integer): The new limit. Must be 0 or greater. Exceptions: ValueError: When limit is less than 0. |
| Part | vcProductType | RW | Gets or sets the product type to create instances of. |
| Properties | vcPropertyContainer | R | Gets a vcPropertyContainer containing the properties in the product creator single mode. |